π Analyzing File Properties in Digital Forensics β Windows Example
π― Objective:
Understand how File Properties such as:
-
Creation Time
-
Modification Time
-
Access Time
affect digital forensic evidence analysis, especially in a Windows environment.
π§° The Properties Tool in Windows
- When you right-click on a file β and select Properties:
You can view:
-
Created: When the file was originally created
-
Modified: When it was last edited
-
Accessed: The last time the file was opened
π Example:\ An image was created on July 6 at 3:45 PM and was modified and accessed at the same time.
π§ͺ Practical Experiment:
-
Open an image using Paint
-
Make a simple edit (e.g., draw a line)
-
Save the image under a new name (copy)
-
Compare the original and modified copies:
-
The modified file loses most of its metadata
-
The original image retains all EXIF data:
-
Phone type
-
Actual capture date
-
Camera settings
-
Software used to take the photo
-
β οΈ The modified copy is unreliable as digital evidence in court.
π Difference Between Regular Copy and Modified Copy
| Action | Metadata | Forensic Validity |
|---|---|---|
| Direct copy (copy-paste) | Metadata is preserved | β Acceptable |
| Edited in programs like Paint and saved | EXIF metadata is lost | β Not acceptable as evidence |
βοΈ Why This Matters in Court:
-
When a file is edited or opened with editing software (e.g., Paint, Photoshop):
-
System times are altered
-
Original metadata is lost
-
Important info like camera type and location is removed
β Therefore, itβs essential to rely on the unaltered original file and analyze it directly.
π§ Understanding βBy Default Copyβ in Windows:
- If you copy a file using:
Ctrl+C β Ctrl+V
In most cases:
-
Metadata is not changed
-
The system block structure remains intact
However β οΈ on the physical storage level:
-
The new file is stored in a different location on the disk
-
Block allocation and file pointer change
So:
-
From a surface level, the copy appears identical
-
But from a physical forensic perspective (e.g., forensic imaging), the file is considered different
π§ͺ When Does This Matter?
If you need to:
-
Analyze physical disk blocks
-
Extract the original file location history
π‘ Then a regular copy is not enough, and you must use forensic acquisition tools such as:
-
FTK Imager
-
Autopsy
-
dd(in Linux)
β Key Takeaways for Digital Forensic Investigators:
| Point | Details |
|---|---|
| Donβt use editing programs | They delete metadata automatically |
| Rely on original copies | They preserve timestamps and device info |
Check Properties and EXIF |
To obtain accurate data |
| Donβt trust appearances only | Investigate at the physical level when needed |
| Courts require accurate evidence | So avoid altering files in any way |